widget: Don't notify :parent when rearranging widgets
authorTimm Bäder <mail@baedert.org>
Sun, 29 Oct 2017 16:27:53 +0000 (17:27 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 29 Oct 2017 16:27:53 +0000 (17:27 +0100)
commit09239eb670208d88bc17997a8bb7319be18b286f
treeb2c4264afdc5cae9b62a32d2b3cdcbedf526c1b6
parentff6cd8f75ea929e28e94c1ea295fe1c624d6f241
widget: Don't notify :parent when rearranging widgets

gtk_widget_reposition_after is also valid to call if the widget already
has a parent, so don't notify the parent property in that case.
gtk/gtkwidget.c